home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekikoh Dennoh Club 1
/
Gekikoh Dennoh Club Vol. 1 (Japan).7z
/
Gekikoh Dennoh Club Vol. 1 (Japan) (Track 1).bin
/
kowin
/
archive
/
apl
/
gview120.lzh
/
gviewsrc.lzh
/
gview.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-02-16
|
892b
|
38 lines
/* 1995 Ogasawara Hiroyuki (COR.) */
typedef struct {
/* UserGraphic */
int h, v;
int color;
unsigned short *buf,
*palet; /* ! */
/* G-view */
unsigned char *base_palet; /* GRB */
int flag;
int info;
int rx, ry, rh, rv;
char *fname;
char *comment; /* ! */
WindowID wp;
} GVIEW;
#define fSLEEP 1
#define fICOLOR 2
#define iNOMAL 0
#define iINFO 1
#define iPOS 2
#define iLAST 3
extern GVIEW *GV_Alloc( int, int, int, char*, char*, int );
extern void GV_BaseToPalet( GVIEW* );
extern void GV_PaletToBase( GVIEW* );
extern int GV_PaletSize( int );
extern void GV_GetSysPalet( GVIEW* );
extern void GV_Open( int, int, GVIEW* );
extern GVIEW *GV_UG_Open( UGraphic* );
extern void GV_Err( char* );
extern GVIEW *GV_LoaderExec( char* );
extern int GV_VramGetExec( char*, char*, GVIEW* );
extern void GV_VramToBuf( GVIEW* );